Skip to main content

dgiot日志系统

dgiot日志.png dgiot日志系统是基于Erlang/OTP原生的日志系统基础上扩展而成,主要包含日志来源,日志处理,日志输出和日志展示四个部分

日志来源

日志处理

日志输出

日志展示

日志类型

常用枚举

在接口中常用的枚举将在此文档中列出。

DeviceType

valuetext
device直连设备
childrenDevice网关子设备
gateway网关设备

DeviceState

valuetext
notActive未激活
offline离线
online在线

DeviceLogType

valuetext
event事件上报
readProperty属性读取
writeProperty属性修改
reportProperty属性上报
child子设备消息
childReply子设备消息回复
functionInvoke调用功能
readPropertyReply读取属性回复
writePropertyReply修改属性回复
functionReply调用功能回复
register设备注册
unregister设备注销
offline离线
online上线
transparent透传报文
other其它

Type

value描述
Point
MultiPoint多个点
LineString线
MultiLineString多条线
Polygon多边形
MultiPolygon多个多边形
GeometryCollection数据集合,包含点线